PATHMac OS 8 Developer Documentation > Operating System Services > Multiprocessing Services >

Adding Multitasking Capability to Applications Using Multiprocessing Services

   

TaskProc

When calling the MPCreateTask function, you specify the task to create by passing a pointer of type TaskProc which references the code to be executed as the task:

typedef OSStatus (*TaskProc) (void *parameter);
VERSION NOTES

Introduced with Multiprocessing Services 1.0.


© 1999 Apple Computer, Inc. – (Last Updated 07 May 99)